Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NWidgetRasterImageExporter<TContent> Class
Properties Methods


In This Topic
    NWidgetRasterImageExporter<TContent> Class Members
    In This Topic

    The following tables list the members exposed by NWidgetRasterImageExporter<TContent>.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the content of the exported document. (Inherited from Nevron.Nov.UI.NElementMediaExporter<TContent>)
    Public PropertyGets the extension of the default file format of this image exporter. Should be specified without the dot, for example "png". (Inherited from Nevron.Nov.UI.NRasterImageExporter<TContent>)
    Public PropertyGets the document being exported. (Inherited from Nevron.Nov.UI.NElementMediaExporter<TContent>)
    Public PropertyGets the file to export the document to. (Inherited from Nevron.Nov.UI.NElementMediaExporter<TContent>)
    Public PropertyGets/Sets the file types supported by this image exporter. (Inherited from Nevron.Nov.UI.NContinuousMediaExporter<TContent>)
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Copies a raster image to the clipboard. The image contains a rasterization of the document for the specified bounds and is generated with the specified dpi. (Inherited from Nevron.Nov.UI.NRasterImageExporter<TContent>)
    Public MethodOverloaded. Exports the whole document to a raster image. (Inherited from Nevron.Nov.UI.NRasterImageExporter<TContent>)
    Public MethodOverloaded. Creates a raster by rendering the specified area of the document with the specified DPI. (Inherited from Nevron.Nov.UI.NRasterImageExporter<TContent>)
    Public MethodOverridden. Gets the bounds of the document content.  
    Public MethodOverloaded. Shows a file dialog for selecting an image file and exports the document to an image. (Inherited from Nevron.Nov.UI.NRasterImageExporter<TContent>)
    Public MethodOverloaded. Saves the document to the specified file. (Inherited from Nevron.Nov.UI.NContinuousMediaExporter<TContent>)
    Public MethodOverloaded. Saves the given bounds of the document to the specified file. (Inherited from Nevron.Nov.UI.NContinuousMediaExporter<TContent>)
    Public MethodOverloaded. Exports the specified bounds of the document to an image and saves it to the given stream. (Inherited from Nevron.Nov.UI.NRasterImageExporter<TContent>)
    Public MethodOverloaded. Shows the image export dialog, from which the user can select different imaging options and export the document to an image. (Inherited from Nevron.Nov.UI.NElementMediaExporter<TContent>)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Creates an image export dialog.  
    Protected MethodGets the file types supported by this image exporter. (Inherited from Nevron.Nov.UI.NRasterImageExporter<TContent>)
    Protected MethodGets the resolution of the document (Inherited from Nevron.Nov.UI.NElementMediaExporter<TContent>)
    Protected Internal MethodOverridden. Gets the visual, which should be rendered.  
    Protected MethodCalled when content of the image document has been initialized. (Inherited from Nevron.Nov.UI.NContinuousMediaExporter<TContent>)
    Protected MethodCalled when the save file dialog created by the "SaveAsImage" method has been closed. (Inherited from Nevron.Nov.UI.NContinuousMediaExporter<TContent>)
    Internal Method (Inherited from Nevron.Nov.UI.NRasterImageExporter<TContent>)
    Top
    See Also